h1.apprenticeships-title-one {
    text-align: center !important;
    padding-bottom: 30px;
    padding-top: 30px;
}
img#imgOne {
    width: 100%;
}

a#btn1 {
    width: 100%;
    border-radius: 0px;
}

.panel.img-box.firstPanel {
    min-height: 950px;
    border: 2px solid #0065bd;
}

h2#titleOne {
    text-align: center;
    font-weight: bold;
    padding: 10px;
}

.panel.img-box.secondPanel {
    min-height: 950px;
    border: 2px solid #0065bd;
}

img#imgTwo {
    width: 100%;
    height: 845px;
}
h2#titleTwo {
    text-align: center;
    font-weight: bold;
    padding: 10px;
}

img#imgThree {
    width: 100%;
}

.panel.img-box.thirdPanel {
    min-height: 500px;
    border: 2px solid #0065bd;
}

h2#titleThree {
    text-align: center;
    font-weight: bold;
    padding: 10px;
}
p#one {
    text-align: center;
    font-size: 18px;
}
p#two {
    text-align: center;
    font-size: 18px;
}
p#three {
    text-align: center;
    font-size: 18px;
}
p#four {
    text-align: center;
    font-size: 18px;
}
p#five {
    text-align: center;
    font-size: 18px;
}
div#secondRow {
    margin-top: 30px;
}
@media screen and (min-device-width: 1537px) and (max-device-width: 1920px) {
    .panel.img-box.thirdPanel {
        left: 50%;
        position: relative;
    }
}

@media screen and (min-device-width: 769px) and (max-device-width: 1024px) {
    img#imgTwo {
        width: 100%;
        height: 605px;
    }
}

@media screen and (min-device-width: 426px) and (max-device-width: 768px) {
    .panel.img-box.firstPanel {
        min-height: 455px;
    }
    .panel.img-box.secondPanel {
        min-height: 450px;
    }
    .panel.img-box.thirdPanel {
        min-height: 260px;
    }
    img#imgTwo {
        width: 100%;
        height: 445px;
    }
    h2#titleOne {
        font-size: 18px;
    }
    h2#titleTwo {
        font-size: 18px;
    }
    h2#titleThree {
        font-size: 18px;
    }
}

@media only screen and (max-width: 425px) {
    .panel.img-box.firstPanel {
        min-height: 550px;
    }

    .panel.img-box.secondPanel {
        min-height: 550px;
        margin-top: 30px;
    }

    .panel.img-box.thirdPanel {
        min-height: 350px;
    }

    img#imgTwo {

        height: 100%;
    }
}